PropertyWrapper<T> Constructor
In This Topic
Initializes a new instance of PropertyWrapper.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public PropertyWrapper<T>(
object
)
Parameters
- value
- The value of the value type being shown in the C1PropertyGrid.
See Also